Content object

File: content.m
Location: ..\cubatch\@content

function Content = cbdataset(Labels,['field1',value1[,'field2',value2,[...]]]

Inputs
Labels : cell vector, its length must be equal to ndims(data) containing label objects or cell vectors of strings or char arrays or vectors of doubles

Outputs
Content: content object

Properties
Name : string of char, if it not inserted the name of the array containing the data will be used.
Type : can either be 'data' (only one implemented so far), 'batch'
Author : either matrix of chars or cell of strings (the cell is vectorised when it is not a vector)
Description: either matrix of chars or cell of strings (the cell is vectorised when it is not a vector)

Description
Creator function for the content object.
It is the parent object for the cbdataset object. It's main purpose is to allow the editing of addional informations without having to move around the whole cbdataset (see also DSContent).
For more details check: cbdataset


Author:
Giorgio Tomasi
Royal Agricultural and Veterinary University
MLI, LMT, Chemometrics group
Rolighedsvej 30
DK-1958 Frederiksberg C
Danmark

Last modified: 27 Mar. 2002

Contact: Giorgio Tomasi, gt@kvl.dk

References